export type PbErrorData = { [key: string]: { message: string; code: string; }; };