Type alias PersonalAccessTokenProp
Personal
Access
Token
Prop
: { name
: string; revokedAt
: null | string; scopes
: "content_management_manage"[]; sys
: MetaSysProps & { expiresAt
?: string; }; token
?: string; }
Type declaration
-
name: string
-
revokedAt: null | string
-
scopes: "content_management_manage"[]
-
sys: MetaSysProps & {
expiresAt?: string;
}
-
Optional
token?: string