interface Space {
    raw: string;
    type: "space";
}

Properties

Properties

raw: string
type: "space"