export type PolicyFailReason = | 'overQuota' | 'noPermission' | 'noWorkspacePermission';