Interface UsernameRegistryMetadataResponse

interface UsernameRegistryMetadataResponse {
    metadata: {
        [key: string]: string;
    };
    success: boolean;
}

Properties

Properties

metadata: {
    [key: string]: string;
}
success: boolean