mirror of
https://github.com/github/codeql.git
synced 2025-12-27 06:06:32 +01:00
3 lines
81 B
TypeScript
3 lines
81 B
TypeScript
interface Foo {
|
|
getParsedThing(id: string): object[] | number[] | string[];
|
|
} |