@bzr/bazaar
    Preparing search index...

    Type Alias User

    type User = {
        email: string | undefined;
        handle: string;
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    email: string | undefined
    handle: string
    id: string
    name: string