Type Alias ParsedListingConfig

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