This commit is contained in:
7
dist/models/StatsClient.d.ts
vendored
Normal file
7
dist/models/StatsClient.d.ts
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
export declare type StatsClient = {
|
||||
id: number;
|
||||
description?: string;
|
||||
prefix: string;
|
||||
key: string;
|
||||
cleartextkey?: string;
|
||||
};
|
||||
Reference in New Issue
Block a user