Documentation
    Preparing search index...

    Interface StorageEventPayloadType

    interface StorageEventPayloadType {
        after: FileType | undefined;
        before: FileType | undefined;
        context: any;
    }

    Hierarchy

    • GenericEventPayloadType
      • StorageEventPayloadType
    Index

    Properties

    Properties

    after: FileType | undefined
    before: FileType | undefined
    context: any