export interface PermissionsKeys {
  /** A list of permission keys. */
  permissions: string[];
}
