/// autogenerated by protoc-plugin-js export * from './Team/encode.js' export * from './Team/decode.js' export type Team = { name: string teamUrl: string | null avatarUrl: string | null closed: boolean allowList: string[] }