11
common/resources/client/auth/access-token.ts
Executable file
11
common/resources/client/auth/access-token.ts
Executable file
@@ -0,0 +1,11 @@
|
||||
export interface AccessToken {
|
||||
id: number;
|
||||
tokenable_type: string;
|
||||
tokenable_id: number;
|
||||
name: string;
|
||||
token?: string;
|
||||
abilities: string[];
|
||||
last_used_at: string | null;
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
}
|
||||
Reference in New Issue
Block a user