Type Alias PaperEvent

PaperEvent: Event & {
    name: string;
    store: DocumentStore;
    [key: string]: any;
}