ParserContext: {
    account: string;
    endDate: number;
    startDate: number;
} | {
    ids: string[];
}

Generated using TypeDoc