interface ISyncOptions {
    filter?: string;
    hasSyncedBefore?: boolean;
}

Properties

filter?: string
hasSyncedBefore?: boolean