Tanatloc documentation
    Preparing search index...

    Props

    interface IProps {
        onClose: () => void;
        organization: IFrontOrganizationsItem;
        swr: {
            loadingOrganizations: boolean;
            mutateOneOrganization: (
                organization: IFrontMutateOrganizationsItem,
            ) => Promise<void>;
        };
    }
    Index

    Properties

    onClose: () => void
    swr: {
        loadingOrganizations: boolean;
        mutateOneOrganization: (
            organization: IFrontMutateOrganizationsItem,
        ) => Promise<void>;
    }