Interface InputRegularFileType

The properties requires to put a new regular file.

interface InputRegularFileType {
    content?: string;
}

Properties

Properties

content?: string

The text content of the file to be created.