Skip to main content
Deno 2 is finally here 🎉️
Learn more
interface common.tables.ITemplateItem.IColor
import { type common } from "https://deno.land/x/sptaki@1.2.0/models/mod.ts";
const { IColor } = common.tables.ITemplateItem;

Properties

r: number
g: number
b: number
a: number