Files
dc/client/src/app/shared/excel-password-modal/models/options.interface.ts
Mihajlo Medjedovic 857b94f44f
All checks were successful
Build / Build-and-ng-test (pull_request) Successful in 3m58s
style: lint
2024-07-03 18:01:01 +02:00

8 lines
117 B
TypeScript

export interface OpenOptions {
error?: boolean
}
export interface Options extends OpenOptions {
open: boolean
}