Interface ArchiveDayShellsFeedInput

interface ArchiveDayShellsFeedInput {
    nextMaxId?: null | string;
}

Properties

Properties

nextMaxId?: null | string