export interface GetOrganizationProperty {
  /** The ID of the organization from which the property will be returned. */
  organizationId: string;
  /** The key of the property to return. */
  propertyKey: string;
}
