Use system

  • Returns [
        IFrontSystem,
        {
            errorSystem: Error;
            loadingSystem: boolean;
            mutateSystem: (system: IFrontMutateSystem) => Promise<void>;
        },
    ]

    System