Interface UsernameRegistryResponse

interface UsernameRegistryResponse {
    items: UsernameRegistryItem[];
    success: boolean;
}

Properties

Properties

success: boolean