mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-02 22:46:16 +00:00
#591 - api keys
This commit is contained in:
9
resources/js/types/api-key.d.ts
vendored
Normal file
9
resources/js/types/api-key.d.ts
vendored
Normal file
@ -0,0 +1,9 @@
|
||||
export interface ApiKey {
|
||||
id: number;
|
||||
name: string;
|
||||
permissions: string[];
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
|
||||
[key: string]: unknown;
|
||||
}
|
Reference in New Issue
Block a user