@bzr/bazaar
    Preparing search index...

    Type Alias Contact

    type Contact = {
        connected: boolean;
        id: string;
        user: User;
    }
    Index

    Properties

    Properties

    connected: boolean
    id: string
    user: User