Type Alias ParsedListingConfig

ParsedListingConfig: Omit<IListingConfig, "type" | "criteria"> & {
    criteria: RawCriteria;
} & { parsed: true; type: string[]
| null }