The file payload interface.

interface IFilePayload {
    action: File;
    file: File;
    path?: string;
}

Properties

Properties

action: File

The file store payload action.

file: File

The file to publish.

path?: string

The path of the file.

Generated using TypeDoc