feat: call to action paragraph-a sortzen du
This commit is contained in:
@@ -13,7 +13,17 @@ interface ParagraphTestua {
|
||||
testua: Markdown;
|
||||
}
|
||||
|
||||
export type Paragraph = ParagraphTestua | ParagraphIrudia;
|
||||
interface ParagraphCallToAction {
|
||||
type: "ComponentParagraphCallToAction";
|
||||
id: string;
|
||||
url: string;
|
||||
label: string;
|
||||
}
|
||||
|
||||
export type Paragraph =
|
||||
| ParagraphTestua
|
||||
| ParagraphIrudia
|
||||
| ParagraphCallToAction;
|
||||
|
||||
export interface OrriBasikoa {
|
||||
id: string;
|
||||
|
||||
Reference in New Issue
Block a user