export type LocalType = { /** * describe the local prop */ prop1: boolean; prop2: string; };