Interface LastViewedWorkspacesInput

interface LastViewedWorkspacesInput {
    limit?: number;
}

Properties

Properties

limit?: number