Tanatloc documentation
    Preparing search index...

    Props

    interface IProps {
        organizations: Pick<
            IFrontOrganizationsItem,
            "id"
            | "name"
            | "owners"
            | "users"
            | "groups",
        >[];
        swr: { mutateUser?: (user: IFrontMutateUser) => Promise<void> };
        user: Pick<IFrontUser, "id" | "usermodels">;
    }
    Index

    Properties

    organizations: Pick<
        IFrontOrganizationsItem,
        "id"
        | "name"
        | "owners"
        | "users"
        | "groups",
    >[]
    swr: { mutateUser?: (user: IFrontMutateUser) => Promise<void> }
    user: Pick<IFrontUser, "id" | "usermodels">