Interface ListOptions

interface ListOptions {
    isPack: boolean;
}

Properties

Properties

isPack: boolean