UNPKG

@typed-tabletop-simulator/lib

Version:
8 lines (7 loc) 241 B
/** @noSelfInFile */ import { BaseProperties } from "./baseObject"; export interface CardProperties extends BaseProperties { front: string; back: string; } export declare const createCard: (properties: CardProperties) => ObjectData;