mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-06 00:19:30 +08:00
3 lines
105 B
Text
3 lines
105 B
Text
/** @type {Array<Join>} */
|
|
export const join: Array<Join>;
|
|
export type Join = import('./types.js').Join;
|