5 lines
174 B
TypeScript
5 lines
174 B
TypeScript
import { ChallengePrompt } from '@standardnotes/snjs'
|
|
import { InputValue } from './InputValue'
|
|
|
|
export type ChallengeModalValues = Record<ChallengePrompt['id'], InputValue>
|