/**
 * Interface for the canvas base memory
 */
interface CanvasBaseItemMemory {
    pixivnId: string;
}

export type { CanvasBaseItemMemory as default };
