Tanatloc documentation
    Preparing search index...

    Props

    interface IProps {
        swr: {
            addOneOrganization: (
                organization: IFrontNewOrganization,
            ) => Promise<void>;
        };
    }
    Index

    Properties

    Properties

    swr: {
        addOneOrganization: (
            organization: IFrontNewOrganization,
        ) => Promise<void>;
    }