gatelineAPI reference
interface CopyManifest {
    always: string[];
    groups: Record<string, string[]>;
    version: number;
}

Properties

Properties

always: string[]

Travels with every take.

groups: Record<string, string[]>

The menu --take <group> selects from.

version: number