clapper / src /services /io /getDefaultIOState.ts
jbilcke-hf's picture
jbilcke-hf HF staff
add linter and prettifier
c1f12bf
raw
history blame
No virus
113 Bytes
import { IOState } from '@aitube/clapper-services'
export function getDefaultIOState(): IOState {
return {}
}