Type alias WriteOperation

WriteOperation: {
    css?: string;
    description?: string;
    file: string | ProcessedToken;
    fixedName?: string;
    folder?: string;
    forceUpdate?: string;
    format: OutputFormatTokens;
    html?: string;
    metadata?: Metadata;
    name: string;
    outputFolderElements?: string;
    outputFolderGraphics?: string;
    outputFolderTokens?: string;
    outputFormatCss?: OutputFormatCss;
    outputFormatDescription?: OutputFormatDescription;
    outputFormatElements?: OutputFormatElements;
    outputFormatGraphics?: OutputFormatGraphics;
    outputFormatStorybook?: OutputFormatStorybook;
    outputFormatTokens?: OutputFormatTokens;
    overwrite: Overwrite;
    path: string;
    templates?: Templates;
    tokensRelativeImportPrefix?: string;
    type: FileType;
}

Type declaration

Generated using TypeDoc