Interface IProps

    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

    Generated using TypeDoc and TypeDoc Airthium Plugin