[feat][apikey] add type ApiKey
This commit is contained in:
parent
9eb3191824
commit
1a9541e136
|
@ -35,4 +35,10 @@ declare namespace FG {
|
|||
name: string;
|
||||
permissions: Array<Permission>;
|
||||
}
|
||||
interface ApiKey {
|
||||
id: number;
|
||||
name: string;
|
||||
token?: string;
|
||||
description?: string;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue