@tax1driver/ts-tpay
    Preparing search index...

    Type Alias TPayResponse<Type, FieldName>

    TPayResponse: { requestId: string; result: "success" | "error" } & {
        [key in FieldName]: Type
    }

    Type Parameters

    • Type
    • FieldName extends string = "data"