export interface GetOrganizationPropertyKeys {
  /** The ID of the organization from which keys will be returned. */
  organizationId: string;
}
