presidential-innovation-fellows/code-gov-web

View on GitHub
src/app/components/help-wanted/help-wanted.option.ts

Summary

Maintainability
A
0 mins
Test Coverage
export class Option {
    key: string;
    display: string;
    options: string[];
    version: string;
}