interface SignOptions {
    updates?: any[];
    [k: string]: any;
}

Indexable

  • [k: string]: any

Properties

Properties

updates?: any[]