{
  "version": 3,
  "sources": ["../../src/shapes/TLPollShape.ts"],
  "sourcesContent": ["import { defineMigrations } from '@bigbluebutton/store'\nimport { T } from '@bigbluebutton/validate'\nimport { ShapePropsType, TLBaseShape } from './TLBaseShape'\n\n/** @public */\nexport const pollShapeProps = {\n\tw: T.nonZeroNumber,\n\th: T.nonZeroNumber,\n}\n\ntype TLPollShapeProps = ShapePropsType<typeof pollShapeProps>\n\n/** @public */\nexport type TLPollShape = TLBaseShape<'poll', TLPollShapeProps>\n\n/** @internal */\nexport const pollShapeMigrations = defineMigrations({})\n"],
  "mappings": "AAAA,SAAS,wBAAwB;AACjC,SAAS,SAAS;AAIX,MAAM,iBAAiB;AAAA,EAC7B,GAAG,EAAE;AAAA,EACL,GAAG,EAAE;AACN;AAQO,MAAM,sBAAsB,iBAAiB,CAAC,CAAC;",
  "names": []
}
