mirror of
https://github.com/usual2970/certimate.git
synced 2025-06-23 12:49:56 +00:00
7 lines
94 B
TypeScript
7 lines
94 B
TypeScript
export type PbErrorData = {
|
|
[key: string]: {
|
|
message: string;
|
|
code: string;
|
|
};
|
|
};
|