shx/packages/dashboard/types/apiKey.d.ts

6 lines
72 B
TypeScript

interface IApiKey {
key: string;
keyID: string;
last_used: string;
}