interface IAuthmeet {
    authorization: Interfaces.Meet.IDocument2;
    coopname: string;
    hash: string;
}

Properties

authorization: Interfaces.Meet.IDocument2
coopname: string
hash: string