export interface IJISMetadataDto {
    lastResponse: {
        etag: string;
        updatedAt: string;
    };
}
