interface DocumentPayload {
    handle: DocHandle<any>;
}

Properties

Properties

handle: DocHandle<any>