export interface SerializedViirsFiresResponse {
    data: Record<string, any>,
    links: {
        self: string,
        first: string,