Interface IShare

interface IShare {
    channelId?: string;
    code?: string;
    createdAt?: string;
    delegateTeleop?: boolean;
    expiration?: null | string;
    id?: string;
    message?: string;
    organizationId?: string;
    scope: IScopeFilter;
    time: string;
    updatedAt?: string;
    userId?: string;
    userName?: string;
}

Hierarchy (view full)

Properties

channelId?: string
code?: string
createdAt?: string
delegateTeleop?: boolean
expiration?: null | string
id?: string
message?: string
organizationId?: string
time: string
updatedAt?: string
userId?: string
userName?: string

Generated using TypeDoc