parent
0284434815
commit
5a9f936913
3 changed files with 22 additions and 1 deletions
@ -0,0 +1,3 @@ |
||||
interface AnvilDataStruct { |
||||
[key: string]: AnvilDataStruct | boolean; |
||||
} |
@ -0,0 +1,3 @@ |
||||
type GetAnvilDataOptions = import('child_process').SpawnSyncOptions & { |
||||
predata?: Array<[string, ...unknown[]]>; |
||||
}; |
Loading…
Reference in new issue