@samatawy/rules
    Preparing search index...

    Interface WorkspaceConfig

    interface WorkspaceConfig {
        name: string;
        readerMode?: "all" | "partial";
        options?: Partial<WorkspaceOptions>;
        files: string[];
    }
    Index

    Properties

    name: string
    readerMode?: "all" | "partial"
    options?: Partial<WorkspaceOptions>
    files: string[]