frontend/.pnpm-store/v3/files/8c/c5f2f41452053921851f9dd29d5227595364e3ad787214cf99bf16950908a79bbdc257fc207420ae781a4f964edad3816169c1d0d020ee4f1eedf0b56a55e4

7 lines
119 B
Plaintext

export type ResponseStatsClient = {
id: number;
description?: string;
key?: string;
prefix: string;
};