pub async fn add_resource<R: CommandRunner>(
stripe: &StripeProjects<R>,
reference: &str,
name: &str,
config: &Value,
paid: bool,
) -> Result<AddedResource, ProjectsError>pub async fn add_resource<R: CommandRunner>(
stripe: &StripeProjects<R>,
reference: &str,
name: &str,
config: &Value,
paid: bool,
) -> Result<AddedResource, ProjectsError>