Variable WithdrawResponseConst

WithdrawResponse: ZodObject<{
    receipt: ZodString;
}, "strip", ZodTypeAny, {
    receipt: string;
}, {
    receipt: string;
}> = ...

Type declaration

  • receipt: ZodString

Type declaration

  • receipt: string

Type declaration

  • receipt: string