Type alias ParsedListingConfig

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

Type declaration

  • parsed: true
  • type: string[] | null

Generated using TypeDoc