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

export type { ICanvasBaseMemory as default };
