Type Alias PlatformTransferAlreadyExistsError
PlatformTransferAlreadyExistsError: {
type: "PLATFORM_TRANSFER_ALREADY_EXISTS";
transferId: string;
transferGraphqlId: string;
message?: string;
}
Type declaration
type: "PLATFORM_TRANSFER_ALREADY_EXISTS"
transferId: string
transferGraphqlId: string
Optional
message?: string