interface ProfileDevicesQuery {
    device: ProfileDevice;
    realm?: string;
    userId: string;
}

Hierarchy (View Summary)

Properties

Properties

realm?: string
userId: string