Type alias FieldTypeToJavaScriptType<T>

FieldTypeToJavaScriptType<T>: {
    boolean: boolean;
    cryptographic: bigint;
    date: Date;
    eddsa_pubkey: string;
    int: bigint;
    string: string;
    uuid: string;
}[T]

Type Parameters

Generated using TypeDoc