interface SessionsOptions {
    json?: boolean;
    project?: string;
    sort?: "date" | "size";
}

Properties

Properties

json?: boolean
project?: string
sort?: "date" | "size"