/** * SmartyMeet Dev03 API REST * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 1.0.1 * Contact: developer@smartymeet.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * WHO this link resolves to - computed server-side, never inferred client-side. * @export * @interface GuestDocumentAttributesSchemaViewer */ export interface GuestDocumentAttributesSchemaViewer { /** * * @type {string} * @memberof GuestDocumentAttributesSchemaViewer */ participantId?: string; /** * * @type {string} * @memberof GuestDocumentAttributesSchemaViewer */ displayName?: string; /** * * @type {boolean} * @memberof GuestDocumentAttributesSchemaViewer */ hasActed?: boolean; /** * * @type {boolean} * @memberof GuestDocumentAttributesSchemaViewer */ canComment?: boolean; /** * * @type {boolean} * @memberof GuestDocumentAttributesSchemaViewer */ canEditFields?: boolean; } /** * Check if a given object implements the GuestDocumentAttributesSchemaViewer interface. */ export declare function instanceOfGuestDocumentAttributesSchemaViewer(value: object): value is GuestDocumentAttributesSchemaViewer; export declare function GuestDocumentAttributesSchemaViewerFromJSON(json: any): GuestDocumentAttributesSchemaViewer; export declare function GuestDocumentAttributesSchemaViewerFromJSONTyped(json: any, ignoreDiscriminator: boolean): GuestDocumentAttributesSchemaViewer; export declare function GuestDocumentAttributesSchemaViewerToJSON(json: any): GuestDocumentAttributesSchemaViewer; export declare function GuestDocumentAttributesSchemaViewerToJSONTyped(value?: GuestDocumentAttributesSchemaViewer | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=GuestDocumentAttributesSchemaViewer.d.ts.map