Type Alias Swr

    Swr: {
        delOneGeometry: ((geometry: IFrontMutateGeometriesItem) => Promise<void>);
        mutateOneGeometry: ((geometry: IFrontMutateGeometriesItem) => Promise<void>);
        mutateProject: ((project: Partial<IFrontProject>) => Promise<void>);
    }

    Generated using TypeDoc and TypeDoc Airthium Plugin