Sporades SDK API
    Preparing search index...

    Type Alias VueMutationState<Result>

    VueMutationState: MutationState<Result> & { data: Result | null }

    Vue mutation state follows the latest invocation while loading covers every pending call.

    Type Parameters

    • Result = unknown