export interface GetPolicies {
  /** A list of project identifiers. This parameter accepts a comma-separated list. */
  ids: string | string[];
}
