// Generated Source import CfaView from "./CfaView"; interface CfaSettingsResource { /** * */ views?: CfaView[]; } export default CfaSettingsResource;