ISO 20022Universal financial industry message scheme
type ApiResponse<TData> = success: boolean; data: TData; error?: string; ;