mirror of
https://github.com/tale/headplane.git
synced 2026-08-24 19:46:29 +00:00
chore: format everything with oxfmt
This commit is contained in:
+10
-10
@@ -1,13 +1,13 @@
|
||||
import type { User } from './User';
|
||||
import type { User } from "./User";
|
||||
|
||||
export interface PreAuthKey {
|
||||
id: string;
|
||||
key: string;
|
||||
user: User | null;
|
||||
reusable: boolean;
|
||||
ephemeral: boolean;
|
||||
used: boolean;
|
||||
expiration: string;
|
||||
createdAt: string;
|
||||
aclTags: string[];
|
||||
id: string;
|
||||
key: string;
|
||||
user: User | null;
|
||||
reusable: boolean;
|
||||
ephemeral: boolean;
|
||||
used: boolean;
|
||||
expiration: string;
|
||||
createdAt: string;
|
||||
aclTags: string[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user