Type Alias SmartFolderRuleAttributes

SmartFolderRuleAttributes: {
    canvas?: SmartFolderRuleAttribute[];
    canvas_templates?: SmartFolderRuleAttribute[];
    files?: SmartFolderRuleAttribute[];
    max_sync_limit?: number;
    sync?: boolean;
    sync_chunk_size?: number;
}

Type declaration