Remove unused type keys
This commit is contained in:
@ -8,7 +8,6 @@ export interface IBaseCharacterStyleOptions extends IStyleOptions {
|
|||||||
|
|
||||||
export interface ICharacterStyleOptions extends IBaseCharacterStyleOptions {
|
export interface ICharacterStyleOptions extends IBaseCharacterStyleOptions {
|
||||||
readonly id: string;
|
readonly id: string;
|
||||||
readonly name?: string;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export class StyleForCharacter extends Style {
|
export class StyleForCharacter extends Style {
|
||||||
|
@ -9,7 +9,6 @@ export interface IBaseParagraphStyleOptions extends IStyleOptions {
|
|||||||
|
|
||||||
export interface IParagraphStyleOptions extends IBaseParagraphStyleOptions {
|
export interface IParagraphStyleOptions extends IBaseParagraphStyleOptions {
|
||||||
readonly id: string;
|
readonly id: string;
|
||||||
readonly name?: string;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
export class StyleForParagraph extends Style {
|
export class StyleForParagraph extends Style {
|
||||||
|
Reference in New Issue
Block a user