Type alias JoinTokenUserMetadata

JoinTokenUserMetadata: {
    profile_pic?: string;
    lock_settings?: LockSettingsParams;
}

Type declaration