Interface FsFileOptions

interface FsFileOptions {
    type?: string;
}

Properties

Properties

type?: string