frontend/.pnpm-store/v3/files/44/0905f12487170dad512e33a55ba8bd494aca8dd605b81a3ed7996a421682a0ec2a6626ee2f5066cb9abe41dbd255baeff0db60cae02932e6b85d596500a531

5 lines
88 B
Plaintext

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