• Returns a store, creates it if necessary.

    Parameters

    • Optional pinia: null | Pinia

      Pinia instance to retrieve the store

    • Optional hot: StoreGeneric

      dev only hot module replacement

    Returns Store<"metadata", _UnwrapAll<Pick<{
        response: Ref<{
            coordinates: never[];
            type: string;
        }>;
        status: Ref<string>;
    }, "status" | "response">>, Pick<{
        response: Ref<{
            coordinates: never[];
            type: string;
        }>;
        status: Ref<string>;
    }, never>, Pick<{
        response: Ref<{
            coordinates: never[];
            type: string;
        }>;
        status: Ref<string>;
    }, never>>

Generated using TypeDoc