2022-06-12 13:24:47 +08:00

12 lines
141 B
TypeScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

export default class SavePath {
id: number;
/**
名称
*/
name: string;
/**
规则内容json序列化后
*/
content: string;
}