interface ImportState {
    status: ImportStatus;
    words: (null | string)[];
    expectedCount: 12 | 24;
}

Properties

status: ImportStatus
words: (null | string)[]
expectedCount: 12 | 24