Files
legio-30/src/app/components/models/photo.ts
ztimson 16ddd1c8a3
All checks were successful
Build Website / Build NPM Project (push) Successful in 1m42s
Build Website / Tag Version (push) Successful in 1m2s
Build Website / Build Container (push) Successful in 2m50s
Updated site to use momentum for contacting, registration, gallery and calendar, as well as some other updates to the site content
2026-06-05 19:19:27 -04:00

6 lines
75 B
TypeScript

export interface Photo {
alt: string;
src: string;
path: string;
}