AppleSauce
    Preparing search index...

    Type Alias ChannelMetadataContent

    type ChannelMetadataContent = {
        about: string;
        name: string;
        picture: string;
        relays?: string[];
    }
    Index

    Properties

    about: string
    name: string
    picture: string
    relays?: string[]