This commit is contained in:
fro1991
2025-11-02 18:31:13 +07:00
parent 885aab5c38
commit 13f4627fac

View File

@ -49,6 +49,7 @@ export class TrxBank {
type: "int",
array: true,
nullable: true,
default: () => "'{}'",
})
pattern: number[];