lfk-client-js/dist/models/DonorNotFoundError.d.ts
2023-02-02 09:42:58 +00:00

5 lines
77 B
TypeScript

export type DonorNotFoundError = {
name: string;
message: string;
};