mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-06 04:21:55 +00:00
7 lines
301 B
TypeScript
7 lines
301 B
TypeScript
export const MockLicense = {
|
|
licenceType: 'Mocked License',
|
|
footerImg: "https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png",
|
|
explainLink: "example.com/explainLink",
|
|
name: "The Mocking License",
|
|
displayName: "MockLicense with Attribution"
|
|
} |