AppleSauce
    Preparing search index...

    Interface IEventStoreActions

    The actions for an event store

    interface IEventStoreActions {
        add(event: Event): null | Event;
        remove(event: string | Event): boolean;
        update(event: Event): void;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Methods