7 lines
119 B
TypeScript
7 lines
119 B
TypeScript
export type ResponseStatsClient = {
|
|
id: number;
|
|
description?: string;
|
|
key?: string;
|
|
prefix: string;
|
|
};
|