interface TodoCheckMap {
    [id: string]: (() => boolean);
}

Indexable

[id: string]: (() => boolean)
    • (): boolean
    • Returns boolean