Type alias UsernameMetadataDetails

UsernameMetadataDetails: {
    description?: string;
    id: string;
}

Type declaration

  • Optional description?: string

    An optional description of the Username collection.

  • id: string

    A unique identifier that in storages like IPFS ensures the uniqueness of the metadata URI. Use a UUID if unsure.