/** Details about permissions. */
export interface Permissions {
  /** List of permissions. */
  permissions?: unknown;
}
