interface ContactVersionState {
    version: string;
    lastVersionCheckAt: number;
    lastVersionSource: ContactVersionSource;
}

Properties

version: string
lastVersionCheckAt: number
lastVersionSource: ContactVersionSource