frontend/.pnpm-store/v3/files/53/af851de940d2266d1b4f4be0f1c94d1cc872b0a8d13707db17a54148114fea0a4d3f19354b609a29042f53863348f2052403c2d21b3c4df3ef3b24da920f72

5 lines
81 B
Plaintext

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