pl-api
    Preparing search index...

    Type Alias StatusSource

    StatusSource: {
        content_type: string;
        id: string;
        location:
            | {
                country: string;
                description: string;
                geom: { coordinates: [number, number] | null; srid: string }
                | null;
                locality: string;
                origin_id: string;
                origin_provider: string;
                postal_code: string;
                region: string;
                street: string;
                timezone: string;
                type: string;
                url: string;
            }
            | null;
        spoiler_text: string;
        spoiler_text_map: { [key: string]: string }
        | null;
        text: string;
        text_map: { [key: string]: string } | null;
    }

    Type Declaration

    • content_type: string
    • id: string
    • location:
          | {
              country: string;
              description: string;
              geom: { coordinates: [number, number] | null; srid: string }
              | null;
              locality: string;
              origin_id: string;
              origin_provider: string;
              postal_code: string;
              region: string;
              street: string;
              timezone: string;
              type: string;
              url: string;
          }
          | null
    • spoiler_text: string
    • spoiler_text_map: { [key: string]: string } | null
    • text: string
    • text_map: { [key: string]: string } | null