frontend/.pnpm-store/v3/files/e0/322dd20a95596bbaeee02a8e21e6db6760fd691fc7a2aca6138d2d2ed8ccbd9ecf89b5d30b4a0020ef0178494305dc66f030ba0555d4b5dd52958c81831f3c

5 lines
83 B
Plaintext

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