interface IProps {
    filter?: string;
    organizations: Organization[];
    page: string;
    projects: Project[];
    sorter?: string;
    swr: Swr;
    user: User;
    workspace: Workspace;
}

Properties

filter?: string
organizations: Organization[]
page: string
projects: Project[]
sorter?: string
swr: Swr
user: User
workspace: Workspace