export default interface Config { id?: number; branch: string; githubToken: string; githubAccount: string; repo: string; workflow: string; };