frontend/.pnpm-store/v3/files/8c/1059b29c72082135ab7f256bba93bef3807740778dbecfda9027bb05492b89d9dd435c4f8440c1daba3bf84c6da278c5c66109cbf5b23c9b20711d23ad93b5

5 lines
82 B
Plaintext

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