Interface IOlmDevice<T>

interface IOlmDevice<T> {
    deviceInfo: T;
    userId: string;
}

Type Parameters

Properties

Properties

deviceInfo: T
userId: string

Generated using TypeDoc