/**
 * 图片
 */
export type SKImage = {
    _class: string;
    _ref_class: string;
    _ref: string;
};
