Interface IProps

    Props

    interface IProps {
        organization: Pick<IFrontOrganizationsItem, "id" | "name">;
        swr: {
            delOneOrganization: ((organization) => Promise<void>);
        };
    }

    Properties

    Properties

    organization: Pick<IFrontOrganizationsItem, "id" | "name">
    swr: {
        delOneOrganization: ((organization) => Promise<void>);
    }

    Type declaration

    • delOneOrganization: ((organization) => Promise<void>)

    Generated using TypeDoc and TypeDoc Airthium Plugin