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