Interface OfflineEditLease

interface OfflineEditLease {
    expiresAt: string;
    token: string;
    workerId: string;
}

Properties

expiresAt: string
token: string
workerId: string