Interface ICardProps

    interface ICardProps {
        organizations: Organization[];
        page: string;
        project: Project;
        swr: Swr;
        user: User;
        workspace: Workspace;
    }

    Properties

    organizations: Organization[]
    page: string
    project: Project
    swr: Swr
    user: User
    workspace: Workspace

    Generated using TypeDoc and TypeDoc Airthium Plugin