@electrovir/local-storage-client - v0.1.0
    Preparing search index...

    Type Alias LocalStorageClientAllValues<Shapes>

    LocalStorageClientAllValues: Partial<
        { [Key in keyof Shapes]: Shapes[Key]["runtimeType"] },
    >

    Type for LocalStorageClient.getAllValues().

    Type Parameters