type Props = {} export async function ResourceName(props: Props) { return new Promise((resolve) => resolve(true)) }