mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-13 18:52:14 +01:00
remove jetstream inertia properties; remove unused ApiTokenManager;
This commit is contained in:
committed by
Constantin Graf
parent
56ea0ed90e
commit
bffd0773be
3
resources/js/types/inertia.d.ts
vendored
3
resources/js/types/inertia.d.ts
vendored
@@ -9,9 +9,6 @@ declare global {
|
||||
created_at: Date;
|
||||
updated_at: Date;
|
||||
};
|
||||
jetstream: {
|
||||
[key: string]: boolean;
|
||||
};
|
||||
errorBags: unknown;
|
||||
errors: unknown;
|
||||
}
|
||||
|
||||
@@ -33,10 +33,3 @@ export interface Role {
|
||||
export type JetstreamUser = User & {
|
||||
two_factor_enabled: boolean;
|
||||
};
|
||||
export interface Token {
|
||||
name: string;
|
||||
token: string;
|
||||
abilities: string[];
|
||||
id: string;
|
||||
last_used_ago: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user