Files
dc/client/src/app/shared/excel-password-modal/models/result.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

4 lines
59 B
TypeScript

export interface Result {
password: string | undefined
}