11 lines
443 B
TypeScript
11 lines
443 B
TypeScript
export const templateFileIds = {
|
|
'starter': '1d14e51e2e02dc0a508cb0733767a914', // TODO currently same as accept
|
|
'firewall': 'bcd6d0c0fcbe52545ddb802481ff9d26',
|
|
'notary': 'a789c75f591eeab7932fd702ed8cf9ea',
|
|
'carbon': '43925143fa19735d8c6505c34d3a6a47',
|
|
'peggy': 'ceaf352e2a65741341033ab7ef05c448',
|
|
'headers': '9b448e8a55fab11ef5d1274cb59f9cf3'
|
|
}
|
|
|
|
export const apiHeaderFiles = ['hookapi.h', 'sfcodes.h', 'hookmacro.h']
|