mirror of
https://github.com/10h30/astroplate.git
synced 2026-07-17 13:43:29 +09:00
moved types to src
This commit is contained in:
Vendored
+13
@@ -0,0 +1,13 @@
|
||||
export type Feature = {
|
||||
button: button;
|
||||
image: string;
|
||||
bulletpoints: string[];
|
||||
content: string;
|
||||
title: string;
|
||||
};
|
||||
|
||||
export type Button = {
|
||||
enable: boolean;
|
||||
label: string;
|
||||
link: string;
|
||||
};
|
||||
Reference in New Issue
Block a user