Interface IFileWriteEventPayload

The file write event payload interface.

interface IFileWriteEventPayload {
    file: IFileDescriptor;
}

Properties

Properties

The file descriptor.

Generated using TypeDoc