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

Type Parameters

Properties

Properties

deviceInfo: T
userId: string