AppleSauce
    Preparing search index...

    Type Alias ProfilePointer

    type ProfilePointer = {
        pubkey: string;
        relays?: string[];
    }
    Index

    Properties

    Properties

    pubkey: string
    relays?: string[]