Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 837 Bytes

File metadata and controls

21 lines (15 loc) · 837 Bytes

API Report File for "@mrtimeey/everybodycodes-data"

Do not edit this file. It is a report generated by API Extractor.

// @public
export class EverybodyCodesClient {
    constructor(sessionCookie: string);
    getEventData(event: string | number, quest: string | number): Promise<Partial<Record<2 | 1 | 3, string>>>;
    getEventPartData(event: string | number, quest: string | number, part: PartNumber): Promise<string | undefined>;
    getStoryData(story: string | number, quest: string | number): Promise<Partial<Record<2 | 1 | 3, string>>>;
    getStoryPartData(story: string | number, quest: string | number, part: PartNumber): Promise<string | undefined>;
}

// @public
export type PartNumber = 1 | 2 | 3;

// (No @packageDocumentation comment for this package)